(History and Acknowledgements): Recognize that Emacs
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Dec 2006 22:06:27 +0000 (22:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Dec 2006 22:06:27 +0000 (22:06 +0000)
now does have floating point.

man/calc.texi

index 6f3082fb776aaa86ae1503c2dff41d0eb0409fb3..d38becd46d9a153418b9b686260a9c99fc130fe1 100644 (file)
@@ -1539,7 +1539,8 @@ To make a long story short, Emacs Lisp turned out to be a distressingly
 solid implementation of Lisp, and the humble task of calculating
 turned out to be more open-ended than one might have expected.
 
-Emacs Lisp doesn't have built-in floating point math, so it had to be
+Emacs Lisp didn't have built-in floating point math (now it does), so
+this had to be
 simulated in software.  In fact, Emacs integers will only comfortably
 fit six decimal digits or so---not enough for a decent calculator.  So
 I had to write my own high-precision integer code as well, and once I had